Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(pg): transaction batching and columnar buffer for replication #160

Merged
merged 8 commits into from
Nov 18, 2024

Conversation

fanyang01
Copy link
Collaborator

No description provided.

@fanyang01 fanyang01 requested a review from Copilot November 18, 2024 05:32
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 6 out of 13 changed files in this pull request and generated 2 suggestions.

Files not reviewed (7)
  • pgserver/handler.go: Evaluated as low risk
  • pgserver/connection_data.go: Evaluated as low risk
  • delta/delta.go: Evaluated as low risk
  • replica/replication.go: Evaluated as low risk
  • delta/controller.go: Evaluated as low risk
  • pgserver/connection_handler.go: Evaluated as low risk
  • myarrow/schema.go: Evaluated as low risk
Comments skipped due to low confidence (1)

pgserver/duck_handler.go:84

  • Ensure that the new 'vars' parameter is tested thoroughly in the 'executeBoundPlan' function.
func (h *DuckHandler) ComBind(ctx context.Context, c *mysql.Conn, prepared PreparedStatementData, bindVars []any) ([]pgproto3.FieldDescription, error) {

pgserver/logrepl/decode.go Show resolved Hide resolved
pgserver/iter.go Outdated Show resolved Hide resolved
@fanyang01 fanyang01 merged commit 28ce6c3 into main Nov 18, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant